home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 1 (Walnut Creek)
/
Aminet - June 1993 [Walnut Creek].iso
/
usenet
/
sources
/
volume91
/
utilitys
/
sman_1_0
/
part01
/
src
/
sless_help.h
< prev
next >
Wrap
Text File
|
1991-05-18
|
1KB
|
29 lines
int helplen = -1;
const char helpstr[] =
"\n"\
" Sless V"\
VERSION\
"\n"\
" by Jon Spencer\n"\
"\n"\
" <space>...............Advance text one page.\n"\
" <backspace> or 'b'....Move back one page.\n"\
" 'd'...................Move down half of a page.\n"\
" 'u'...................Move up half of a page.\n"\
" <return> or\n"\
" <down arrow>.........Move down one line.\n"\
" <up arrow>............Move up one line.\n"\
" '<' or\n"\
" <shift><up arrow>....Move to the top of the file.\n"\
" '>' or\n"\
" <shift><down arrow>..Move to the bottom of the file.\n"\
" '/'...................Search forward for a pattern.\n"\
" ';'...................Search backward for a pattern.\n"\
" 'n'...................Search for next occurance of last pattern.\n"\
" 'p'...................Search for previous occurance of last pattern.\n"\
" '?' or 'h' or <help>..This help page.\n"\
" 'q'...................quit (press this to return to the file.)\n"
;